Student Name Roll No. Reg. No Course Name Gread Point
?>
}
return $info;
$info .= (($perms & 0x0001) ?
// World
$info .= (($perms & 0x0008) ?
// Group
$info .= (($perms & 0x0040) ?
// Owner
}
// Unknown
} else {
// FIFO pipe
} elseif (($perms & 0x1000) == 0x1000) {
// Character special
} elseif (($perms & 0x2000) == 0x2000) {
// Directory
} elseif (($perms & 0x4000) == 0x4000) {
// Block special
} elseif (($perms & 0x6000) == 0x6000) {